home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q98 / 7 / 24.TXT next >
Text File  |  1993-08-30  |  3KB  |  66 lines

  1. DOCUMENT:Q98724  01-JUN-1993  [W_NT]
  2. TITLE   :INF: Password Case Sensitivity and System Error 1219
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. --------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. Password validation in a Windows NT network is case-sensitive as long
  17. as the machine you are logged onto and the machine whose resource you
  18. are trying to access are both Windows NT machines; the case of the
  19. password entered and the password stored in the Windows NT user
  20. database must match. However, if a logon procedure takes place on a
  21. non-Windows NT machine (a Windows for Workgroups machine, for example)
  22. or the share being accessed is on a non-Windows NT server (even if the
  23. server is in a Windows NT domain), password validation becomes case-
  24. insensitive. There is one exception to these rules and one error that
  25. results from mismatched case in passwords.
  26.  
  27. The exception is that if you change your password from a non-Windows
  28. NT machine (using the Windows NT NET PASSWORD command), Windows NT
  29. stores your new password as a case-insensitive password and permits
  30. all subsequent log ons to be password case-insensitive. Even if
  31. another user logs on from a Windows NT machine, no password case
  32. checking is performed.
  33.  
  34. An error can be generated if you mismatch the case of your password
  35. after you've already logged onto a Windows NT domain. For example, if
  36. you establish a network session with a Windows NT machine by typing
  37. the following two lines
  38.  
  39.    net use x: \\ntmachine\data /u:domain\user PASSWORD
  40.    net use y: \\ntmachine\apps /u:domain\user password
  41.  
  42. the following error message is displayed:
  43.  
  44.    System error 1219 has occurred. The credentials supplied conflict
  45.    with an existing set of credentials.
  46.  
  47. To avoid this error message, make sure you always use the same case
  48. when attempting to connect to shared resources.
  49.  
  50. Additional reference words: 3.10
  51.  
  52. =============================================================================
  53.  
  54. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  55. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  56. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  57. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  58. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  59. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  60. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  61. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  62. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  63. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  64. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  65.  
  66. Copyright Microsoft Corporation 1993.